home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Magazine 2003 October
/
INTERNET108.ISO
/
pc
/
software
/
windows
/
multimed
/
falafel
/
falafel-king_eng.exe
/
scripts
/
DefineButton2_347
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-07-22
|
152 b
|
10 lines
on(release){
_root.soundOn = true;
tellTarget("_root.bg_music")
{
gotoAndStop("start");
play();
}
gotoAndPlay(1);
}